home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / 06.dir / 00240.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  2.1 KB  |  83 lines

  1. on kroll
  2.   if rollOver(6) then
  3.     set the castNum of sprite 6 to 378
  4.     updateStage()
  5.   else
  6.     set the castNum of sprite 6 to 288
  7.     updateStage()
  8.   end if
  9. end
  10.  
  11. on kbuts
  12.   if rollOver(7) then
  13.     repeat while rollOver(7)
  14.       set the castNum of sprite 7 to 380
  15.       set the castNum of sprite 15 to 315
  16.       updateStage()
  17.     end repeat
  18.     set the castNum of sprite 7 to 292
  19.     set the castNum of sprite 7 to 300
  20.     updateStage()
  21.   end if
  22.   if rollOver(8) then
  23.     repeat while rollOver(8)
  24.       set the castNum of sprite 8 to 381
  25.       set the castNum of sprite 15 to 322
  26.       updateStage()
  27.     end repeat
  28.     set the castNum of sprite 8 to 293
  29.     set the castNum of sprite 15 to 300
  30.     updateStage()
  31.   end if
  32.   if rollOver(9) then
  33.     repeat while rollOver(9)
  34.       set the castNum of sprite 9 to 382
  35.       set the castNum of sprite 15 to 330
  36.       updateStage()
  37.     end repeat
  38.     set the castNum of sprite 9 to 294
  39.     set the castNum of sprite 15 to 300
  40.     updateStage()
  41.   end if
  42.   if rollOver(10) then
  43.     repeat while rollOver(10)
  44.       set the castNum of sprite 10 to 383
  45.       set the castNum of sprite 15 to 345
  46.       updateStage()
  47.     end repeat
  48.     set the castNum of sprite 10 to 295
  49.     set the castNum of sprite 15 to 300
  50.     updateStage()
  51.   end if
  52.   if rollOver(11) then
  53.     repeat while rollOver(11)
  54.       set the castNum of sprite 11 to 384
  55.       set the castNum of sprite 15 to 348
  56.       updateStage()
  57.     end repeat
  58.     set the castNum of sprite 11 to 296
  59.     set the castNum of sprite 15 to 300
  60.     updateStage()
  61.   end if
  62.   if rollOver(12) then
  63.     repeat while rollOver(12)
  64.       set the castNum of sprite 12 to 385
  65.       set the castNum of sprite 15 to 351
  66.       updateStage()
  67.     end repeat
  68.     set the castNum of sprite 12 to 297
  69.     set the castNum of sprite 15 to 300
  70.     updateStage()
  71.   end if
  72.   if rollOver(13) then
  73.     repeat while rollOver(13)
  74.       set the castNum of sprite 13 to 386
  75.       set the castNum of sprite 15 to 354
  76.       updateStage()
  77.     end repeat
  78.     set the castNum of sprite 13 to 298
  79.     set the castNum of sprite 15 to 300
  80.     updateStage()
  81.   end if
  82. end
  83.